DataSource for Entity Framework in WPF
C1.LiveLinq.AdoNet Namespace / IndexedDataTable<TRow> Class
The type of the rows of the System.Data.DataTable. It is a class derived from System.Data.DataRow
Members

In This Topic
    IndexedDataTable<TRow> Class
    In This Topic
    A wrapper for the standard ADO.NET System.Data.DataTable class allowing to use ADO.NET data sources in LiveLinq indexing and live views.
    Object Model
    IndexedDataTable<TRow> Class
    Syntax
    'Declaration
     
    Public Class IndexedDataTable(Of TRow As DataRow) 
       Implements C1.LiveLinq.Indexing.IIndexedSource(Of TRow)C1.LiveLinq.IObservableSource(Of TRow) 
    Type Parameters
    TRow
    The type of the rows of the System.Data.DataTable. It is a class derived from System.Data.DataRow
    Remarks
    Note: The IndexedDataTable wrapper is owned by the original System.Data.DataTable object (in fact, it is stored in its ExtendedProperties). So, if you create a wrapper for the same data table several times, it will be the same object.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.AdoNet.IndexedDataTable<TRow>

    See Also